lexical analyser - significado y definición. Qué es lexical analyser
Diclib.com
Diccionario en línea

Qué (quién) es lexical analyser - definición

COMPUTING PROCESS OF PARSING A SEQUENCE OF CHARACTERS INTO A SEQUENCE OF TOKENS
Lexical Analysis; Lexical analyzer; Token (parser); Lexer; Lexical token; Lexical analyser; Scanner (computing); Tokenize; Lexing; Tokenise; Tokenized; Tokenizing; Lexical parser; Tokenizer; Tokeniser; Tokenization (lexical analysis); Token splitting; Token scanner; Lexer generator; Lexer (computer science); Semicolon insertion; List of lexer generators; Lexical syntax; Lexeme (computer science); Automatic semicolon insertion; Lexers

lexical analyser         
<language> (Or "scanner") The initial input stage of a language processor (e.g. a compiler), the part that performs lexical analysis. (1995-04-05)
Lexical analysis         
In computer science, lexical analysis, lexing or tokenization is the process of converting a sequence of characters (such as in a computer program or web page) into a sequence of lexical tokens (strings with an assigned and thus identified meaning). A program that performs lexical analysis may be termed a lexer, tokenizer, or scanner, although scanner is also a term for the first stage of a lexer.
lexer         

Wikipedia

Lexical analysis

In computer science, lexical analysis, lexing or tokenization is the process of converting a sequence of characters (such as in a computer program or web page) into a sequence of lexical tokens (strings with an assigned and thus identified meaning). A program that performs lexical analysis may be termed a lexer, tokenizer, or scanner, although scanner is also a term for the first stage of a lexer. A lexer is generally combined with a parser, which together analyze the syntax of programming languages, web pages, and so forth.